public void Merge( Project oProj, string strRevisionName, string strComment, int[] nProjectRevisionIndices )
public: void Merge( Project^ oProj, String^ strRevisionName, String^ strComment, array<int>^ nProjectRevisionIndices )
Parameters
| Parameter Name | Description |
|---|---|
| oProj | Project to unite revisions |
| strRevisionName | Name of the new united project revision |
| strComment | Comment of the new united project revision (optional) |
| nProjectRevisionIndices | Project revision index to unite. |